Retrospective commit from 2009-09-19.
authorEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 2009 21:20:15 +0000 (16:20 -0500)
committerEli Zaretskii <eliz@gnu.org>
Thu, 31 Dec 2009 21:20:15 +0000 (16:20 -0500)
commitf5ebe5d6b342c098c2907a26e7b57187ef39fdfb
tree814e2079624d65aef55ef3b4f153920951bd5482
parent2aadd67fea03a7edc276fc18b01d307b801e8045
Retrospective commit from 2009-09-19.

Begin work on bidi initialization and other cleanup.
Remove all STANDALONE code from bidi.c.

 xdisp.c (init_iterator): Call bidi_init_it.  Set
 bidi_it->bytepos if buffer position specified.
 (reseat_1): Don't call bidi_init_it.  Call bidi_paragraph_init
 instead.  Move back to preceding character before the call to
 bidi_get_next_char_visually.
 bidi.c: Remove all STANDALONE parts.
 (bidi_init_it): Init bidi_it->charpos and bidi_it->bytepos to -1.
 Don't call bidi_paragraph_init.  Change arguments.
 (bidi_paragraph_init): Remove code for negative pos.
 dispextern.h <bidi_it>: Rename orig_type to type_after_w1 and
 pristine_type to orig_type.
src/ChangeLog.bidi
src/bidi.c
src/dispextern.h
src/xdisp.c